home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / kingsky.swf / scripts / frame_3 / DoAction.as
Text File  |  2007-10-01  |  261b  |  17 lines

  1. stop();
  2. clearInterval(idTime);
  3. start_btn.onRollOver = top_btn.onRollOver = function()
  4. {
  5.    over();
  6. };
  7. start_btn.onRelease = function()
  8. {
  9.    klik();
  10.    gotoAndStop("main");
  11. };
  12. top_btn.onRelease = function()
  13. {
  14.    klik();
  15.    gotoAndStop("top");
  16. };
  17.